Conversation
JuliaRegistrator
commented
Oct 29, 2023
- Registering package: SimSpread
- Repository: https://github.com/cvigilv/SimSpread.jl
- Created by: @cvigilv
- Version: v1.0.3
- Commit: 03b79823087183c5455e21d9bbf67556b5218fce
- Reviewed by: @cvigilv
- Reference: schuellerlab/SimSpread.jl@03b7982#commitcomment-131164859
- Description: SimSpread is a novel approach for predicting interactions between two distinct set of nodes, query and target nodes, using a similarity measure vector between query nodes as a meta-description in combination with the network-based inference for link prediction.
UUID: afa5cc60-bf5a-45b9-aa6c-27158a106b2a Repo: https://github.com/cvigilv/SimSpread.jl.git Tree: 9f4d8e3032e4d14e7f08ea5e18760d0b7cbcac57 Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
|
Your Since you are registering a new package, please make sure that you have read the package naming guidelines: https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1 If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text |
|
[noblock] It's marked as a "patch release" (also true)., but unlike for 1.0.2 and 1.0.1 no longer marked as a "new package". I'm just curious way. |
|
I'm confused, it was merged but I can't add the package. Maybe I have outdated registry (I would have thought checked in the REPL in that case; at least after opening new julia). Is this possibly because registering as a "patch" version, not with the "new package" label, which I never understood why missing? The package is in the main file, so I'm not sure what might be missing here in the registry if anything. I can do: using Pkg; Pkg.add(url = "https://github.com/cvigilv/SimSpread.jl.git", rev = "develop") after doing that, then removing, I can actually sort of install (at least got the prompt, the error may be related to the above, though I get same in 1.8 which was supposedly clean): |